翻訳と辞書
Words near each other
・ Hester Pitt, Countess of Chatham
・ Hester Prynne
・ Hester Sainsbury
・ Hester Santlow
・ Hester Site
・ Hester Store
・ Hester Street
・ Hester Street (film)
・ Hesseln station
・ Hesselø
・ Hessen (Osterwieck)
・ Hessen (ship)
・ Hessen Cassel, Indiana
・ Hessen-Pokal
・ Hessenberg
Hessenberg matrix
・ Hessenberg variety
・ Hessendorf
・ Hesseneck
・ Hessenford
・ Hesseng
・ Hessengau
・ Hessenheim
・ Hessenlager
・ Hessenlied
・ Hessenliga
・ Hessenpark
・ Hessenstein
・ Hessenstein Castle
・ Hessentag


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Hessenberg matrix : ウィキペディア英語版
Hessenberg matrix
In linear algebra, a Hessenberg matrix is a special kind of square matrix, one that is "almost" triangular. To be exact, an upper Hessenberg matrix has zero entries below the first subdiagonal, and a lower Hessenberg matrix has zero entries above the first superdiagonal.〔, page 28; , page 251〕 They are named after Karl Hessenberg.〔Biswa Nath Datta (2010) Numerical Linear Algebra and Applications, 2nd Ed., Society for Industrial and Applied Mathematics (SIAM) ISBN 978-0-89871-685-6, p. 307〕
For example:
:\begin
1 & 4 & 2 & 3 \\
3 & 4 & 1 & 7 \\
0 & 2 & 3 & 4 \\
0 & 0 & 1 & 3 \\
\end
is upper Hessenberg and
:\begin
1 & 2 & 0 & 0 \\
5 & 2 & 3 & 0 \\
3 & 4 & 3 & 7 \\
5 & 6 & 1 & 1 \\
\end
is lower Hessenberg.
==Computer programming==
Many linear algebra algorithms require significantly less computational effort when applied to triangular matrices, and this improvement often carries over to Hessenberg matrices as well. If the constraints of a linear algebra problem do not allow a general matrix to be conveniently reduced to a triangular one, reduction to Hessenberg form is often the next best thing. In fact, reduction of any matrix to a Hessenberg form can be achieved in a finite number of steps (for example, through Householder's algorithm of unitary similarity transforms). Subsequent reduction of Hessenberg matrix to a triangular matrix can be achieved through iterative procedures, such as shifted QR-factorization. In eigenvalue algorithms, the Hessenberg matrix can be further reduced to a triangular matrix through Shifted QR-factorization combined with deflation steps. Reducing a general matrix to a Hessenberg matrix and then reducing further to a triangular matrix, instead of directly reducing a general matrix to a triangular matrix, often economizes the arithmetic involved in the QR algorithm for eigenvalue problems.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Hessenberg matrix」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.